home *** CD-ROM | disk | FTP | other *** search
- Process Box (PROCBOX.DLL) - Programmer's tool. V2.00 (6/17/96)
-
- Revision history:
- ***************
- Version 2.00 - 6/17/96
- ***************
- 1) Process Callback changed
- Now, PBCallback should be
- int CALLBACK PBCallback (HWND, int, LPARAM);
- Where HWND - hwndPB, the handle of the ProcessBox
- int - iCode, the PBC_CODE
- LPARAM - lUserData
- 2) Added Custom Process Box APIs
-
- ***************
- Version 1.51
- ***************
- Added IterateTaskProcesses, wrapper around
- IterateProcess, GetProcessBoxFirst/Next APIs
- Fixed minor bug with memory-cleanup.
-
- ***************
- Version 1.50 - 6/14/96
- ***************
- Added Low-level API functions:
- IterateProcess
- GetProcessBoxFirst/Next
-
- ***************
- Version 1.00
- ***************
- Original version.
-
- Aneil Mallavarapu <mallav@itsa.ucsf.edu>